@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

html,body {
	position: relative
}

body {
	font-family: 'Microsoft Yahei', '微软雅黑';
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	background: #fff
}

@media screen and (max-width:1023px) {
	body {
		font-size: 14px;
		line-height: 1.5
	}
}

.bodyHIdden {
	overflow: hidden;
	height: 100%;
	width: 100%
}

a {
	-webkit-tap-highlight-color: transparent
}

a:link,a:visited {
	text-decoration: none;
	outline: #333;
	color: #333
}

a:hover,a:active,a:focus {
	color: rgba(34,32,30,0.95)
}

ul,li {
	list-style: none
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type=text],input[type=tel],textarea {
	font-family: 'Microsoft Yahei', '微软雅黑';
	font-size: 14px;
	-webkit-appearance: none
}

button {
	font-family: 'Microsoft Yahei', '微软雅黑'
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	color: #666;
	outline: none
}

.f-l {
	float: left
}

.f-r {
	float: right
}

.font20 {
	font-size: 20px
}

.textCenter {
	text-align: center
}

.color333 {
	color: #333
}

.hide {
	overflow: hidden
}

.rel {
	position: relative
}

.clearfix {
	clear: both
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	zoom: 1;
	display: block
}

.middleCenter {
/*	position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.middleRight {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}

.middleLeft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}

.bottomCenter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}

.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
	
}
.solution-show .container .content img
{
    margin-bottom: 20px;
}
.solution-show .container .content p
{
    position: relative;
    max-width:1280px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.solution-show .container .content p::after
{
    content: "上海洲杰金属装饰工程有限公司";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:16px;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.2); /* 半透明白色 */
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* 防止水印干扰点击 */
    z-index: 1;
    white-space: nowrap;
}


@media screen and (max-width:1340px) {
	.container {
		padding: 0 30px
	}
}

@media screen and (max-width:1023px) {
	.container {
		padding: 0 15px
	}
}

.indent2 {
	text-indent: 2em
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform,opacity
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}

div,p,span,i,em,a {
	white-space: inherit !important
}

/*@font-face {
	font-family:"iconfont";src:url('../fonts/iconfont.woff2?t=1704768854295') format('woff2'),url('../fonts/iconfont.woff?t=1704768854295') format('woff'),url('../fonts/iconfont.ttf?t=1704768854295') format('truetype')
}*/

.iconfont {
	font-family: 'Microsoft Yahei', '微软雅黑';
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-display: swap
}

.icon-fenxiang:before {
	content: "\e739"
}

.icon-shangchuan:before {
	content: "\e658"
}

.icon-instgram:before {
	content: "\e705"
}

.icon-pinterest:before {
	content: "\e645"
}

.icon-search:before {
	content: "\e62c"
}

.icon-twitter:before {
}

.icon-facebook:before {
	content: "\e642"
}

.icon-youtube:before {
	content: "\e643"
}

.icon-linkedin:before {
	content: "\e644"
}

.icon-qq:before {
	content: "\e647"
}

/*@font-face {
	font-family:"Inter-Regular";src:url('../fonts/Inter-Regular-9.otf');font-display:swap
}

@font-face {
	font-family:"Inter-Bold";src:url('../fonts/Inter-Bold-4.otf');font-display:swap
}*/

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2
}

body {
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important
}

.ellipsis1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.ellipsis2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

.ellipsis4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4
}

.ellipsis5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5
}

.ellipsis6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loading {
	-webkit-animation-name: loading;
	animation-name: loading
}

.transparent {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3)
}

.f-l {
	float: left
}

.f-r {
	float: right
}

img {
	vertical-align: top
}

.hearderBgH {
	height: 140px
}

@media screen and (max-width:1023px) {
	.hearderBgH {
		display: none
	}
}

input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.body {
	
	-webkit-transition: padding-top .5s;
	transition: padding-top .5s
}

.header {
    background: rgba(34,32,30,0.9);
    font-size: 16px;
    width: 100%;
    height:80px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: height .5s;
    transition: height .5s
}


.header a {
	color: #fff
}

.header img {
	vertical-align: top
}

.header>.container {
	max-width: 100%;
	position: relative
}

.header>.container:after {
	content: "";
	display: block;
	clear: both
}

.header .logo {
	z-index: 1;
	height:80px;
	float: left;
	display: block;
	position: absolute;
	left: 0;
	-webkit-transition: top .5s;
	transition: top .5s
}

.header .logo img {
	vertical-align: middle;
	position: relative
}

.header .logo .img-2 {
	display: none
}

.header .other {
	height: 120px;
	text-align: right;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: height .5s;
	transition: height .5s
}

.header .other .otherC {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header .search {
	width: 160px;
	line-height: 36px;
	position: relative
}

.header input[type="text"] {
	border: none;
	border-radius: 36px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding: 0 10px 0 40px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,110,208,0.18)), to(rgba(255,255,255,0.18)));
	background: linear-gradient(to top, rgba(0,110,208,0.18), rgba(255,255,255,0.18));
	color: #fff;
	vertical-align: top
}

.header input[type="text"]::-webkit-input-placeholder {
	color: rgba(255,255,255,0.3)
}

.header input[type="text"]::-moz-placeholder {
	color: rgba(255,255,255,0.3)
}

.header input[type="text"]:-ms-input-placeholder {
	color: rgba(255,255,255,0.3)
}

.header .submitBtn {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 36px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.header .submitBtn .iconfont {
	font-size: 18px
}

.header .language {
	margin-right: 10px
}

.header .language>a:hover {
	text-decoration: underline
}

.header.headerFixed {
   /* background: -webkit-gradient(linear, left top, right top, from(#00a3f5), to(#000050));
    background: linear-gradient(to right, #00a3f5, #000050);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);*/
	background: rgba(34,32,30,0.95);
	position: fixed;
	height: 80px
	
}

.header.headerFixed .logo {
	top:0px
}

.header.headerFixed .nav .navChild-2 {
	top: 80px
}

.header.headerFixed .nav .navChild {
	top: 80px
}

.header.headerFixed .nav>.list>li>a,.header.headerFixed .nav>.list>li>em {
	height: 80px;
	line-height: 80px
}

.header.headerFixed .nav>.list>li em:after {
	background: rgba(34,32,30,0.95)
}

.header.headerFixed .other {
	height: 80px
}

.navPhoneBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	float: right;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 5px;
	margin: auto;
	text-align: right;
	display: none
}

.navPhoneBtn:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px transparent solid;
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: .66s;
	transition-duration: .66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing
}

.navPhoneBtn span {
	display: block;
	margin: auto;
	width: 19px;
	height: 2px;
	left: 10px;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,width .5s,-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,width .5s,-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,transform .5s cubic-bezier(.77, .2, .05, 1),width .5s,transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,transform .5s cubic-bezier(.77, .2, .05, 1),width .5s,transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	position: absolute
}

.navPhoneBtn span:nth-child(1) {
	top: 12px
}

.navPhoneBtn span:nth-child(2) {
	top: 19px
}

.navPhoneBtn span:nth-child(3) {
	bottom: 12px
}

.navPhoneBtn.close span:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg)
}

.navPhoneBtn.close span:nth-child(2) {
	width: 0
}

.navPhoneBtn.close span:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg)
}

.navPhoneBtn:hover:before {
	border-radius: 50%;
	background-color: #595757
}

@media (max-width:1023px) {
	.navPhoneBtn {
		display: block
	}
}

.nav {
	padding-right: 40px;
	float: right;
	position: relative
}

.nav>.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0;
	text-align: center
}

.nav>.list>li {
	text-align: center;
	float: left;
	position: relative
}

.nav>.list>li.li-static {
	position: static
}

.nav>.list>li>a,.nav>.list>li>em {
	font-style: initial;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	padding: 0 35px 0 35px;
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition: height .5s,line-height .5s;
	transition: height .5s,line-height .5s
}

/*.nav>.list>li>a:after,.nav>.list>li>em:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(34,32,30,0.95)));
	background: linear-gradient(#000, rgba(34,32,30,0.95));
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	-webkit-transition: height .5s;
	transition: height .5s
}*/

.nav>.list>li>a span,.nav>.list>li>em span {
	position: relative
}

.nav>.list>li.has>a span,.nav>.list>li.has em span {
	padding-right: 10px
}

.nav>.list>li.has>a span:after,.nav>.list>li.has em span:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%)
}

.nav>.list>li:hover>a:after,.nav>.list>li.active>a:after {
	height: 100%
}

.nav>.list>li:hover .navChild,.nav>.list>li.active .navChild {
	display: block
}

.nav>.list>li:hover .navChild-2,.nav>.list>li.active .navChild-2 {
	display: block
}

.nav .navChild {
	display: none;
	width: 100%;
	font-size: 14px;
	color: #333;
	position: absolute;
	z-index: 999;
	top: 76px;
	left: 50%;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0) translateX(-50%);
	transform: scaleY(0) translateX(-50%);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	-webkit-transition: all .2s;
	transition: all .2s
}

/*.nav .navChild:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #797e82 transparent;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	margin: auto
}*/

.nav .navChild .list-2 {
	border-top: 4px rgba(255,255,255,0.4) solid;
	/*background: rgba(255,255,255,0.92);*/
	background: rgb(34,34,34,0.5);
	overflow: hidden;
/*	padding: 25px 0;*/
	position: relative
}

.nav .navChild .list-2 li {
	width: 100%;
	border-top: 1px rgba(255,255,255,0.5) solid;
	float: left;
	display: block;
	position: relative
}

.nav .navChild .list-2 li:nth-child(1) {
	border-top: none
}

.nav .navChild .list-2 a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	padding: 0 10px
}

.nav .navChild .list-2 a:hover {
	background-color: rgba(34,32,30,0.95);
	color: #fff
}

.nav .navChild .list-2 .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important
}

.nav .navChild.show {
	display: block;
	-webkit-transform: scaleY(1) translateX(-50%);
	transform: scaleY(1) translateX(-50%)
}

.nav .navChild-2 {
	display: none;
	width: 1080px;
	font-size: 14px;
	color: #333;
	position: absolute;
	z-index: 999;
	top: 120px;
	left: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1)
}

.nav .navChild-2 .navChildC {
	background: rgba(255,255,255,0.95);
	padding: 30px 30px;
	text-align: left;
	border-top: 4px rgba(34,32,30,0.95) solid
}

.nav .navChild-2 dl {
	margin-bottom: 20px
}

.nav .navChild-2 dl:last-child {
	margin-bottom: 0
}

.nav .navChild-2 .first {
	margin-bottom: 10px
}

.nav .navChild-2 .first a,.nav .navChild-2 .first span {
	display: inline-block;
	background-color: rgba(34,32,30,0.95);
	color: #fff;
	min-width: 200px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 20px
}

.nav .navChild-2:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent rgba(34,32,30,0.95) transparent;
	position: absolute;
	top: -9px;
	left: 55px;
	margin: auto
}

.nav .navChild-2 .list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}

.nav .navChild-2 .list-2>li {
	width: 33.33333333%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px
}

.nav .navChild-2 .list-2 .box {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	transition: .5s
}

.nav .navChild-2 .list-2 .box:hover {
	-webkit-box-shadow: 0 0 10px rgba(8,123,240,0.5);
	box-shadow: 0 0 10px rgba(8,123,240,0.5)
}

.nav .navChild-2 .list-2 .box:hover .title {
	color: rgba(34,32,30,0.95)
}

.nav .navChild-2 .list-2 .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative
}

.nav .navChild-2 .list-2 .title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 5px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	color: #343434;
	display: inline-block;
	position: relative
}

.nav .navChild-2.show {
	display: block;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.navM .transparent {
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none
}

.navM .navMCon {
	background-color: #f3f3f3;
	width: 80%;
	min-width: 140px;
	max-width: 440px;
	height: 100%;
	border-left: 1px rgba(0,0,0,0.1) solid;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 2;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	right: auto;
	left: -100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.navM .navMWrap {
	overflow-y: auto;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.navM.open .transparent {
	display: block
}

.navM.open .closeBtn {
	display: block
}

.navM.open .navMCon {
	left: 0
}

.navM .closeBtn {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(34,32,30,0.95);
	color: #fff;
	position: absolute;
	z-index: 999;
	right: -40px;
	top: 0
}

.navM .closeBtn:before,.navM .closeBtn:after {
	content: "";
	display: block;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navM .closeBtn:before {
	width: 15px;
	height: 1px
}

.navM .closeBtn:after {
	width: 1px;
	height: 15px
}

.navM .titleBig {
	text-align: center;
	padding: 10px 0;
	display: none
}

.navM .navMWrap>.list em {
	font-style: initial
}

.navM .navMWrap>.list .title {
	margin-bottom: 10px;
	padding: 10px 5px;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
	position: relative
}

.navM .navMWrap>.list .title .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navM .navMWrap>.list .title .icon:before,.navM .navMWrap>.list .title .icon:after {
	content: "";
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.navM .navMWrap>.list .title .icon:before {
	width: 10px;
	height: 10px;
	border-top: 1px #aaa solid;
	border-right: 1px #aaa solid
}

.navM .navMWrap>.list .title em {
	font-style: initial
}

.navM .navMWrap>.list .has .title .icon {
	display: block
}

.navM .navMWrap>.list .active .title .icon:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navM .navChild {
	padding: 0 5px 20px 5px;
	display: none;
	position: relative
}

.navM .navChild .first {
	color: rgba(34,32,30,0.95);
	font-weight: 700
}

.navM .navChild .first a {
	color: rgba(34,32,30,0.95)
}

.navM .navChild a {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding: 5px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.navM .navChild a:hover {
	color: #000;
	margin-left: 10px
}

.navM .mSearch {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	height: 56px;
	border-bottom: #f3f3f3 1px solid;
	position: relative
}

.navM .mSearch .btn {
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 10px
}

.navM .mSearch .btn .icon {
	width: 20px;
	height: 20px;
	line-height: 20px
}

.navM .mSearch input {
	height: 40px;
	line-height: 38px;
	border: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	opacity: 1;
	width: 100%;
	padding: 5px 30px 5px 15px;
	border-radius: 2px;
	font-size: 14px;
	background-color: #fff;
	position: static;
	left: 0;
	right: 0
}

.navM .other {
	padding: 10px
}

.navM .read {
	padding-top: 10px;
	padding-bottom: 10px
}

.navM .read .btn-1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#bf2d32), to(#a61f24));
	background: linear-gradient(to right, #bf2d32, #a61f24);
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative
}

.navM .read .btn-1 .icon-1 {
	width: 30px;
	height: 30px;
	margin-left: 5px
}

.navM .read .btn-1 .icon-2 {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #fff url(../images/icon/arrow-right-1.png) no-repeat center center;
	background-size: 20px;
	margin-left: 20px
}

.navM .languageBtn {
	padding: 10px 0
}

.navM .languageBtn a {
	display: block;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #ccc solid;
	margin-right: -1px;
	background: #fff
}

.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	/*top:-120px;*/
	z-index: 9
}


.banner video {
    width: 100%;
    vertical-align: top
}
.banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.banner img {
	width: 100%;
	vertical-align: top
}

.banner .pc {
	display: block
}

.banner .pc img {
	width: 100%
}

.banner .mobile {
	display: none
}

.banner .mobile img {
	position: static;
	width: 100%
}

.banner .video {
	border: 1px #f00 solid;
	overflow: hidden
}

.banner .pics .swiper-container .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .pics .swiper-container .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	/*background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0
}

.banner .pics .swiper-container .text {
	width: 100%;
	color: #fff;
	padding: 30px 0;
	position: absolute;
	z-index: 999;
	bottom: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner .pics .swiper-container .title {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px
}

.banner .pics .swiper-container .info {
	font-size: 40px;
	line-height: 2;
	margin-bottom: 20px
}

.banner .pics .swiper-container .info-2 {
	font-size: 40px;
	line-height: 2;
	margin-bottom: 40px
}

.banner .fenlei {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 1;
	bottom: 15%;
	left: 0;
	right: 0
}

.banner .fenlei .list-2:after {
	display: none
}

.banner .fenlei .list-2 li {
	text-align: center
}

.banner .fenlei .list-2 .box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banner .fenlei .list-2 .box:hover .title {
	color: rgba(34,32,30,0.95)
}

.banner .fenlei .list-2 .title {
	font-size: 21px;
		font-family: 'Microsoft Yahei', '微软雅黑';
	color: #fff;
	margin-right: 10px
}

.banner .fenlei .list-2 .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	position: relative
}

.banner .fenlei .list-2 .icon:after {
	content: "";
	display: block;
	background: url(../images/icon/arrow-right.svg) center no-repeat;
	background-size: 24px 24px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.banner .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	margin-left: 5px;
	margin-right: 5px
}

.banner .swiper-button-prev,.banner .swiper-button-next {
	width: 50px;
	height: 50px;
	background-color: rgba(34,32,30,0.95);
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0
}

.banner .swiper-button-prev:after,.banner .swiper-button-next:after {
	font-size: 24px
}

.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover {
	background-color: rgba(34,32,30,0.95)
}

.banner .swiper-button-prev {
	left: -10px;
	border-radius: 0 50px 50px 0
}

.banner .swiper-button-next {
	right: -10px;
	border-radius: 50px 0 0 50px
}

@media screen and (max-width:1023px) {
	.banner .pc {
		display: none
	}

	.banner .mobile {
		display: block
	}

	.banner .pics .swiper-container .text {
		padding: 0;
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 85%
	}

	.banner .pics .swiper-container .title {
		font-size: 28px
	}

	.banner .pics .swiper-container .info {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner .fenlei {
		bottom: 5%;
		display: none
	}

	.banner .fenlei .list-2 {
		font-size: 0;
		width: 80%
	}

	.banner .fenlei .list-2 .title {
		font-size: 14px;
		color: #fff;
		margin-right: 10px
	}
}

@media screen and (max-width:600px) {
	.banner .swiper-container .text {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.banner .swiper-container .title {
		font-size: 18px
	}

	.banner .swiper-container .info-2 {
		display: none
	}

	.banner .swiper-container .text {
		margin-top: 0
	}

	.banner .fenlei {
		display: none
	}
}

.home-placard .pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	position: relative
}

.home-placard img {
	width: 100%
}

.inside-banner {
	position: relative;
	color: #fff
}

.inside-banner a {
	color: #fff
}

.inside-banner .middleCenter {
	position: static
}

.inside-banner .pc {
	position: relative
}

.inside-banner .pc img {
	width: 100%;
	height: 100%;
	position: static;
	-o-object-fit: cover;
	object-fit: cover
}

.inside-banner .mobile {
	display: none;
	position: relative
}

@media screen and (max-width:639px) {
	.inside-banner {
		margin-top: 0
	}

	.inside-banner .pc {
		display: none
	}

	.inside-banner .mobile {
		display: block
	}

	.inside-banner .mobile img {
		width: 100%;
		height: 100%;
		position: static;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.inside-banner-2 {
    max-height: 500px;
	clear: both;
	overflow: hidden;
	width: 100%;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 9
}

.inside-banner-2 img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto
}

.inside-banner-2 .pc {
	display: block
}

.inside-banner-2 .pc img {
	width: 100%
}

.inside-banner-2 .mobile {
	display: none
}

.inside-banner-2 .mobile img {
	width: 100%
}

.inside-banner-2 .text {
	width: 100%;
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.inside-banner-2 .text .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.inside-banner-2 .text .textC {
	width: 100%;
	max-width: 800px;
	background-color: rgba(0,34,109,0.75);
	color: #fff;
	padding: 30px 20px;
	position: absolute;
	z-index: 999
}

.inside-banner-2 .text .title {
	font-size: 48px;
	font-weight: 100;
	opacity: .5
}

.inside-banner-2 .text .info {
	font-size: 56px;
		font-family: 'Microsoft Yahei', '微软雅黑';
	margin-bottom: 20px
}

.inside-banner-2 .text .zixunBtn {
	display: inline-block;
	background-color: rgba(34,32,30,0.95);
	color: #fff;
	min-width: 250px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	font-size: 24px
}

.inside-banner-2 .text .zixunBtn:hover {
	background-color: rgba(34,32,30,0.95)
}

.inside-banner-2 .text-2 {
	width: 100%;
	max-width: 1200px;
	color: #fff;
	padding: 30px 20px;
	text-align: center;
	margin-top: 60px;
	position: absolute;
	left: 50%;
	bottom: 13%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999
}

.inside-banner-2 .text-2 .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.inside-banner-2 .text-2 .logo {
	height: 80px;
	margin-bottom: 20px
}

.inside-banner-2 .text-2 .info-1 {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 30px
}

.inside-banner-2 .text-2 .info-2 {
	font-size: 42px;
	margin-bottom: 30px;
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.inside-banner-2 .text-2 .info-3 {
	font-size: 24px
}

.inside-banner-2 .text-3 {
	width: 100%;
	color: #fff;
	padding: 30px 20px;
	text-align: left;
	position: absolute;
	left: 50%;
	bottom: 13%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999
}

.inside-banner-2 .text-3 .textC {
	max-width: 960px
}

.inside-banner-2 .text-3 .logo {
	height: 80px;
	margin-bottom: 20px
}

.inside-banner-2 .text-3 .title-1 {
	font-size: 40px
}

.inside-banner-2 .text-3 .title-2 {
	font-size: 68px;
	display: inline-block;
	position: relative
}

.inside-banner-2 .text-3 .title-2:after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	right: 0;
	bottom: 0
}

.inside-banner-2 .text-3 .tedian {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px
}

.inside-banner-2 .text-3 .tedian>div {
	width: 50%;
	float: left;
	font-size: 20px;
	padding-bottom: 10px;
	padding-right: 10px
}

.inside-banner-2 .text-4 {
	width: 100%;
	color: #fff;
	padding: 30px 20px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999
}

.inside-banner-2 .text-4 .title {
	font-size: 80px;
	text-align: center
}

.inside-banner-2 .fenlei {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 15%;
	left: 0
}

.inside-banner-2 .fenlei .list-2 {
	font-size: 0;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-banner-2 .fenlei .list-2:after {
	display: none
}

.inside-banner-2 .fenlei .list-2 li {
	text-align: center
}

.inside-banner-2 .fenlei .list-2 .box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inside-banner-2 .fenlei .list-2 .box:hover .title {
	color: rgba(34,32,30,0.95)
}

.inside-banner-2 .fenlei .list-2 .title {
	font-size: 21px;
		font-family: 'Microsoft Yahei', '微软雅黑';
	color: #fff;
	margin-right: 10px
}

.inside-banner-2 .fenlei .list-2 .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-repeat: no-repeat;
	position: relative
}

.inside-banner-2 .fenlei .list-2 .icon:after {
	content: "";
	display: block;
	background: url(../images/icon/arrow-right.svg) center no-repeat;
	background-size: 24px 24px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (max-width:1280px) {
	.inside-banner-2 .text .title {
		font-size: 30px
	}

	.inside-banner-2 .text .info {
		font-size: 50px
	}

	.inside-banner-2 .text-2 .info-1 {
		margin-bottom: 5px
	}

	.inside-banner-2 .text-2 .info-2 {
		margin-bottom: 5px
	}

	.inside-banner-2 .text-3 .title-1 {
		font-size: 30px
	}

	.inside-banner-2 .text-3 .title-2 {
		font-size: 50px
	}

	.inside-banner-2 .text-4 .title {
		font-size: 60px
	}
}

@media screen and (max-width:1023px) {

	.inside-banner-2:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.2);
		position: absolute;
		top: 0;
		left: 0
	}

	.inside-banner-2 .pc {
		display: none
	}

	.inside-banner-2 .mobile {
		display: block
	}

	.inside-banner-2 .text {
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.inside-banner-2 .text .title {
		font-size: 20px
	}

	.inside-banner-2 .text .info {
		font-size: 24px
	}

	.inside-banner-2 .text-2 {
		padding: 0;
		margin-top: 0;
		line-height: 1.5;
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.inside-banner-2 .text-2 .logo {
		height: 50px
	}

	.inside-banner-2 .text-2 .info-1 {
		line-height: 1.2;
		font-size: 20px;
		margin-bottom: 10px
	}

	.inside-banner-2 .text-2 .info-2 {
		font-size: 16px;
		margin-bottom: 10px
	}

	.inside-banner-2 .text-2 .info-3 {
		font-size: 14px
	}

	.inside-banner-2 .text-3 {
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.inside-banner-2 .text-4 .title {
		font-size: 40px
	}
}

@media screen and (max-width:639px) {
        
	.inside-banner-2 .text-3 .title-1 {
		font-size: 16px
	}

	.inside-banner-2 .text-3 .title-2 {
		font-size: 20px;
		padding-bottom: 5px
	}

	.inside-banner-2 .text-3 .tedian>div {
		font-size: 14px;
		width: 100%;
		padding: 0;
	}

	.inside-banner-2 .text-4 .title {
		font-size: 24px
	}

	.inside-banner-2 .fenlei .list-2 .title {
		font-size: 12px;
		margin-right: 0
	}

	.inside-banner-2 .fenlei .list-2 .icon {
		width: 18px;
		height: 18px
	}

	.inside-banner-2 .fenlei .list-2 .icon:after {
		background-size: 16px
	}
}

.footer {
    background-color: rgba(34,32,30,0.95);
   /* background: -webkit-gradient(linear, left top, right top, from(#006fd3), to(#000253));
    background: linear-gradient(to right, #006fd3, #000253);*/
    color: #fff;
    padding-top:20px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px
}

.footer .container {
	max-width: 100%
}

.footer img {
	vertical-align: top
}

.footer a {
	color: #fff
}

.footer a:hover {
/*	color: rgba(34,32,30,0.95);*/
	text-decoration: none
}

.footer .contact-menu {
	padding-bottom: 0
}

.footer .contact-menu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .logo {
	display: inline-block;
	width: 200px;
	
}

.footer .title {
		font-family: 'Microsoft Yahei', '微软雅黑';
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px
}

.footer .title a {
	color: #fff
}

.footer .left {
	width: 20%;
	float: left
}

.footer .left .leftC {
	display: inline-block;
	text-align: center
}

.footer .center {
	width: 50%;
	float: left
}

.footer .right {
	width: 30%;
	float: right;
	text-align: right
}

.footer .footer-contact {
	display: inline-block;
	text-align: left;
	font-size: 14px
}

.footer .footer-contact .title {
	font-size: 16px;
	font-weight: 400
}

.footer .shareSocial {
	line-height:70px;
	padding-top: 6px;
	text-align: center
}

.footer .shareSocial a {
    line-height:25px;
	display: inline-block;
	width:80px;
	height:100%;

	color: #fff;
	vertical-align: top;
	margin: 0 18px 0 0;
	text-align: center;
	position: relative
}

.footer .shareSocial a .iconfont {
	font-size: 20px
}

.footer .shareSocial a:last-child {
	margin-right: 0
}

/*.footer .shareSocial a:hover {
	background-color: #ccc
}
*/
.footer .shareSocial a .open {
	display: none;
	padding-bottom: 15px;
	position: absolute;
	z-index: 999;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer .shareSocial a .open .openCon {
	cursor: initial;
	background: #333;
	border: 1px rgba(34,32,30,0.95) solid;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #666;
	font-size: 14px;
	position: relative
}

.footer .shareSocial a .open .openCon:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(34,32,30,0.95);
	border-right: 1px rgba(34,32,30,0.95) solid;
	border-bottom: 1px rgba(34,32,30,0.95) solid;
	position: absolute;
	z-index: -1;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}

.footer .shareSocial a .open img {
	max-width: 170px;
	vertical-align: middle
}

.footer .shareSocial .icon {
	width: 30px;
	height: 30px;
	margin: 5px
}

.footer .menu>.list>li {
	width: 25%;
	float: left
}

.footer .child {
	line-height:20px;
	max-width: 160px
}

/*.footer .child a {
	display: block;
	line-height: 1.5
}*/

/*.footer .child a:hover {
	color: rgba(34,32,30,0.95);
	text-decoration: underline
}*/
@media screen and (max-width:1280px) {
    
     .footer .center {
	width: 50%;
	float: left
}
 .footer .right{
	width: 30%;
	float: left
}
    
}
@media screen and (max-width:1023px) {
   
	.footer {
		padding-top:20px;
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0
	}

	.footer .title {
		font-size: 16px;
		margin-bottom: 20px
	}

	.footer .left {
		width: 100%;
		padding-bottom: 30px;
		border-bottom: 1px rgba(255,255,255,0.1) solid;
		text-align: center;
		border-right: none
	}

	.footer .logo {
		margin-bottom: 0
	}

	.footer .footer-contact .title {
		margin-bottom: 0
	}

	.footer .contact-menu {
		padding-bottom: 30px
	}

	.footer .center {
		width: 100%;
		padding-top: 20px
	}

	.footer .right {
		padding-top: 20px;
		width: 100%;
		text-align: left
	}

	.footer .menu {
		width: 100%;
		padding-left: 0;
		border-bottom: 1px rgba(255,255,255,0.1) solid;
		padding: 0 0 15px 0;
		margin-bottom: 15px
	}

	.footer .menu>.list>li {
		width: 25%;
		padding: 0 0 10px 0
	}

	.footer .menu>.list>li:last-child {
		padding-bottom: 0
	}
}

.copyright {
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 10px 0;
	position: relative
}

@media screen and (max-width:1023px) {
	.copyright {
		line-height: 1.5;
		text-align: center
	}
}

.contact {
	background-color: #152330;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 260px
}

.contact .container {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto
}

.contact .text {
	max-width: 720px;
	float: right;
	text-align: left;
	margin-bottom: 50px
}

.contact .text .title {
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.2;
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.contact .text .info {
	font-size: 16px
}

.contact .text1111 {
	max-width: 1040px;
	float: right;
	text-align: center;
	margin-bottom: 60px
}

.contact .text1111 .title {
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 1.2;
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.contact .text1111 .info {
	font-size: 16px
}

@media screen and (max-width:1340px) {
	.contact .container {
		padding: 0 30px
	}

	.contact .container {
		padding: 0 15px
	}
}

@media screen and (max-width:1023px) {
	.contact {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.contact .text {
		margin-bottom: 40px;
		text-align: left
	}

	.contact .text .title {
		font-size: 20px
	}

	.contact .text .info {
		font-size: 14px
	}
}

.message {
	position: relative;
	width: 100%;
	max-width: 720px;
	float: right;
	border-bottom: 8px #f2eeea solid;
	background-color: #fff;
	color: #333;
	padding: 40px 40px 0 40px;
	border-radius: 20px;
	overflow: hidden
}

.message .messageC {
	overflow: hidden;
	padding-top: 25px;
	position: relative
}

.message .titleBig {
	color: #0059b7;
	font-size: 36px;
	margin-bottom: 30px;
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.message .space-1 {
	width: 100%;
	height: 55px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0
}

.message .space-2 {
	width: 100%;
	height: 200px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0
}

.message .xinghaotishi {
	color: #d93025;
	position: absolute;
	top: 20px;
	left: 40px
}

.message iframe {
	margin-top: -210px;
	width: 100%;
	max-width: 640px;
	height: 2200px;
	margin-left: auto;
	margin-right: auto
}

.message .list {
	position: relative
}

.message .list li {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	position: relative
}

.message .list li.col-1 {
	width: 100%
}

.message .list .col-2 {
	width: 50%
}

.message .list .col-3 {
	width: 33.33333333%
}

.message .list .col-4 {
	width: 25%
}

.message .list .box {
	position: relative
}

.message .list .title {
	color: #333;
	font-size: 14px
}

.message .list .title-2 {
	margin-bottom: 20px
}

.message .list .red {
	color: #f00
}

.message .list .error {
	color: #c70303;
	padding: 0 6px;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0
}

.message .list .input-form,.message .list .textarea-form {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	border: none;
	border-bottom: rgba(0,0,0,0.12) solid 1px;
	padding: 0;
	background: none;
	line-height: 40px;
	width: 100%
}

.message .list .input-form:focus,.message .list .textarea-form:focus,.message .list .input-form:hover,.message .list .textarea-form:hover {
	border-color: rgba(34,32,30,0.95);
	color: #333
}

.message .list .input-form::-webkit-input-placeholder,.message .list .textarea-form::-webkit-input-placeholder {
	color: #999
}

.message .list .input-form::-moz-placeholder,.message .list .textarea-form::-moz-placeholder {
	color: #999
}

.message .list .input-form:-ms-input-placeholder,.message .list .textarea-form:-ms-input-placeholder {
	color: #999
}

.message .list .input-form {
	height: 41px
}

.message .list .textarea-form {
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 130px
}

.message .list .yinsi {
	padding-bottom: 20px
}

.message .list .a-1 {
	color: rgba(34,32,30,0.95)
}

.message .list .a-1:hover {
	text-decoration: underline;
	color: rgba(34,32,30,0.95)
}

.message .list .b-1 {
	font-size: 16px
}

.message .list .btns {
	padding-bottom: 20px
}

.message .list .submit,.message .list .reset {
	font-size: 16px;
	min-width: 90px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	height: 46px;
	border-radius: 5px;
	background: rgba(34,32,30,0.95);
	color: #fff;
	border: none;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.message .list .submit:hover,.message .list .reset:hover {
	background: rgba(34,32,30,0.95)
}

@media screen and (max-width:1023px) {
	.message {
		padding: 30px 20px
	}

	.message .titleBig {
		font-size: 24px
	}

	.message .xinghaotishi {
		left: 20px
	}

	.message iframe {
		margin-top: -215px
	}

	.message .list li {
		width: 100%;
		padding-bottom: 20px
	}

	.message .list .col-2 {
		width: 100%
	}

	.message .list .col-3 {
		width: 100%
	}

	.message .list .col-4 {
		width: 100%
	}

	.message .list .title {
		font-size: 14px
	}

	.message .list .input-form,.message .list .textarea-form {
		line-height: 50px;
		font-size: 14px
	}

	.message .list .red {
		display: inline-block;
		font-size: 14px
	}

	.message .list .input-form {
		height: 40px
	}

	.message .list .textarea-form {
		height: 160px;
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 24px
	}

	.message .list .yanzheng-agree {
		line-height: 40px
	}

	.message .list .verifyDiv {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.message .list .verify {
		height: 40px
	}

	.message .list .verify .drag-btn {
		width: 40px;
		height: 40px;
		background-size: 20px
	}

	.message .list .verify .drag-progress {
		height: 40px;
		line-height: 40px
	}

	.message .list .verify .fix-tips,.message .list .verify .verify-msg {
		font-size: 14px;
		line-height: 40px;
		padding-right: 40px
	}

	.message .list .submit,.message .list .reset {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

}

@media screen and (max-width:630px) {
	.message .space-2 {
		height:
	}
}

@media screen and (max-width:420px) {
	.message iframe {
		margin-top: -245px
	}

	.message .space-2 {
		height: 120px
	}
}

.checkbox-form {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	margin-right: 10px
}

.checkbox-form label {
	padding-left: 10px;
	cursor: pointer;
	line-height: 20px;
	position: relative
}

.checkbox-form label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px #999 solid;
	margin: 2px;
	position: absolute;
	top: 0;
	left: -20px
}

.checkbox-form input[type="checkbox"] {
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 0;
	opacity: 0
}

.checkbox-form input[type="checkbox"]:checked {
	background-color: rgba(34,32,30,0.95);
	border-color: rgba(34,32,30,0.95)
}

.checkbox-form input[type="checkbox"]:checked+label {
	color: rgba(34,32,30,0.95)
}

.checkbox-form input[type="checkbox"]:checked+label:before {
	border: 1px rgba(34,32,30,0.95) solid;
	background-color: rgba(34,32,30,0.95);
	background-size: 16px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/check.svg)
}

.checkbox-form input[type="checkbox"]+label {
	cursor: pointer
}

.checkbox-form:hover {
	color: rgba(34,32,30,0.95)
}

.select-form {
	width: 100%;
	display: inline-block;
	position: relative
}

.select-form:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.12) transparent transparent transparent;
	border-width: 7px 4px 0 4px;
	position: absolute;
	right: 12px;
	top: 22px;
	pointer-events: none
}

.select-form select {
	width: 100%;
	background: none;
	height: 48px;
	line-height: 46px;
	border-radius: 5px;
	padding: 0 28px 0 15px;
	background-image: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px rgba(0,0,0,0.12) solid;
	cursor: pointer;
	font-size: 14px;
	vertical-align: top;
	color: #999
}

.select-form option {
	background-color: #fff;
	line-height: 30px;
	height: 30px
}

.uploadFile {
	font-size: 14px;
	min-width: 160px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border: 1px rgba(0,0,0,0.12) solid;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	position: relative;
	color: #adadad
}

.uploadFile input[type="file"] {
	font-size: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0
}

.uploadFile .iconfont {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle
}

.uploadFile:hover {
	background: rgba(34,32,30,0.95);
	color: #fff
}

@media screen and (max-width:1340px) {
	.nav>.list>li>a {
		padding: 0 20px
	}

	.nav .navChild-2 .navChildC {
		padding: 20px 20px
	}

	.nav .navChild-2 .first a {
		line-height: 30px;
		font-size: 16px
	}

	.nav .navChild-2 dl {
		margin-bottom: 10px
	}
}

@media screen and (max-width:1280px) {
	.nav .navChild-2 {
		width: 960px
	}

	.nav .navChild .list-2 a {
		font-size: 12px;
		padding: 0 5px
	}
}

@media screen and (max-width:1200px) {
	.nav>.list>li>a {
		padding: 0 8px
	}
}

@media screen and (max-width:1023px) {


	.header {
		   /* background: -webkit-gradient(linear, left top, right top, from(#00a3f5), to(#000050));
    background: linear-gradient(to right, #00a3f5, #000050);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);*/
    background: rgb(34,34,34,0.5);
		padding-left: 15px;
		padding-right: 15px;
		height: 50px
	}

	.header .logo {
		height:50px;
		/*top: 10px*/
	}

	.header .other {
		display: none
	}

	.header.headerFixed {
		height: 50px
	}

	.header.headerFixed .logo {
		top:0px
	}

	.nav {
		display: none
	}
}

.home-title {
	text-align: center;
/*	margin-top: 40px;
	margin-bottom: 40px;*/
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

.home-title .title {
	font-size: 44px;
		font-family: 'Microsoft Yahei', '微软雅黑';;
/*	font-weight: 700;*/
	line-height: 1;
	color: #454545;
	margin-bottom:0px
}
.home-title .title span{
    color: #8796a5;
   /* font-size: 20px;*/
}

.home-title .info {
	font-size: 20px;
/*	margin-top:10px;*/
	line-height: 36px;
	color: #0b1727
}

.home-title .btnDiv {
	/*display: -webkit-box;*/
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*margin-top:20px*/
}

.home-title .btnDiv a {
	margin-right: 20px
}

.home-title .btnDiv a:last-child {
	margin-right: 0
}

@media screen and (max-width:1023px) {
	.home-title .title {
		font-size: 24px
	}

	.home-title .info {
		font-size: 14px
	}

	.home-title .btnDiv a {
		min-width: 120px;
		line-height: 36px;
		font-size: 14px;
		margin-right: 5px
	}

	.home-title .btnDiv a:last-child {
		margin-right: 0
	}
}

.home-product {
	padding-top: 80px;
	padding-bottom: 80px
}

.home-product>.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
}

.home-product dl {
	margin-bottom: 20px
}

.home-product dl:last-child {
	margin-bottom: 0
}

.home-product .first {
	margin-bottom: 20px
}

.home-product .first span {
	display: inline-block;
	background-color: rgba(34,32,30,0.95);
	color: #fff;
	min-width: 200px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 20px
}

.home-product .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}

.home-product .list>li {
	width: 33.33333333%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px
}

.home-product .list .box {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	transition: .5s
}

.home-product .list .box:hover {
	-webkit-box-shadow: 0 0 10px rgba(8,123,240,0.5);
	box-shadow: 0 0 10px rgba(8,123,240,0.5)
}

.home-product .list .box:hover .title {
	color: rgba(34,32,30,0.95)
}

.home-product .list .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative
}

.home-product .list .title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 5px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	color: #343434;
	display: inline-block;
	position: relative
}

@media screen and (max-width:1023px) {
	.home-product {
		padding-top: 20px;
		padding-bottom: 40px
	}

	.home-product .first {
		margin-bottom: 20px
	}

	.home-product .first a {
		font-size: 14px;
		min-width: 120px;
		line-height: 36px
	}

	.home-product .list>li {
		width: 50%
	}

	.home-product .list .icon {
		width: 30px;
		height: 30px
	}

	.home-product .list .title {
		font-size: 14px;
		line-height: 1.5;
		padding-top: 0
	}
}

@media screen and (max-width:500px) {
	.home-product .list>li {
		width: 100%
	}

	.home-product .list .title {
		padding-top: 5px
	}
}

.home-application {

	overflow: hidden
}

.home-application>.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
}

@media screen and (max-width:1023px) {
	.home-application {
		padding-bottom:0px
	}
}

.listApplication {
	padding-top:40px;
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.listApplication:after {
	display: none
}

.listApplication.swiper-wrapper {
	-ms-flex-wrap: initial;
	flex-wrap: initial
}

.listApplication li,.listApplication .div-slide {
	width: 25%;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 100%
}

.listApplication .box {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	margin-left: auto;
	margin-right: auto
}

.listApplication .text {
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 100%;
	padding: 10px 10px;
	 
    background-color: #fff;
   /* border: 1px solid #e0e0e0;
  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   */
    cursor: pointer;
/*	background-color:rgba(45, 85, 135, 1);*/ /* 示例背景色 */
	/*background: linear-gradient(135deg, #00176b, rgba(34,32,30,0.95))*/
}

.listApplication .title {
    color: #454545;
	font-size: 18px;
	/*font-weight: 700;*/
	line-height: 1.5;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important
}

.listApplication .info {
    font-weight: 600;
     color: #454545;
	font-size: 16px;
	line-height: 24px;
	height:25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	
}

.listApplication .btnDiv {
	text-align: left
}

.listApplication .btnDiv .primary-btn {
	
	color: #aaa !important
}

.listApplication .pic {

    border-radius: 10px;
	overflow: hidden;
	position: relative
}

.listApplication .pic::after {
    content: "上海洲杰金属装饰工程有限公司";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:16px;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.2); /* 半透明白色 */
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* 防止水印干扰点击 */
    z-index: 1;
    white-space: nowrap;
}
.listApplication img {
       width:100%;
    height:500px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.listApplication .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.listApplication .box:hover .btnDiv .primary-btn {
	
	color: rgba(34,32,30,0.95) !important
}

/*.listApplication li:nth-child(3n-1) .text {
   
	 border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}*/

.listApplication li:nth-child(3n-1) .title {
	color: #454545
}

.listApplication li:nth-child(3n-1) .info {
	color: #454545
}

.listApplication li:nth-child(3n-1) .btnDiv .primary-btn {
	background-color: #fff;
	border-color: #fff;
	color: #aaa !important
}

.listApplication li:nth-child(3n-1) .box:hover .btnDiv a,.listApplication li:nth-child(3n-1) .box:hover .btnDiv span {
	
	color: rgba(34,32,30,0.95) !important
}
@media screen and (max-width:1640px) {

.listApplication img {
       width:100%;
    height:380px;
	-webkit-transition: all .5s;
	transition: all .5s
}

}
@media screen and (max-width:1340px) {
	.listApplication {
		margin-left: -30px;
		margin-right: -30px
	}
.listApplication img {
       width:100%;
    height:400px;
	-webkit-transition: all .5s;
	transition: all .5s
}

}
@media screen and (max-width:1280px) {
.listApplication img {
       width:100%;
    height:300px;
	-webkit-transition: all .5s;
	transition: all .5s
}
}
@media screen and (max-width:1023px) {

    .listApplication .text {

	padding: 10px;
	
}
    
	.listApplication {
		padding-top: 40px;
		margin-left: -10px;
		margin-right: -10px
	}

	.listApplication li {
		width: 50%;
		padding: 0 10px 20px 10px
	}

	.listApplication .title {
		font-size: 18px
	}
}


.home-about {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
/*	padding-top: 70px;
	padding-bottom: 70px;*/
	position: relative;
	margin-bottom: 40px;
}

/*.home-about:before {
	content: "";
	display: block;
	width:55%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 97, 194, 1), rgba(0, 97, 194, 0.5));
background: linear-gradient(-53deg, rgba(34,32,30,0.95), rgba(34,32,30,0.95) 30%, #000);
	opacity: .76;
	position: absolute;
	top: 0;
	left: 0
}*/
.latestProduct .title span.mores{
    width: 200px;
    text-align: right;
    position: relative;
    top: -15px;
    float: right;
    border-bottom: 1px solid #ccc;
}
.home-about>.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
}

.home-about .container {
	position: relative;
	z-index: 1
}

.home-about .nr {
	width:50%;
	padding-right: 20px
}

.home-about a {
	color: #fff
}

.home-about .logo {
	height: 20px;
	margin-bottom: 20px
}

.home-about .title {
	font-size: 25px;
	margin-bottom: 20px
}

.home-about .info {
	font-size: 16px
}

.home-about .btnDiv {
	text-align: right;
	padding-right: 100px
}

.home-about .btnDiv a {
	background-color: #fff;
	border-color: #fff;
	color: rgba(34,32,30,0.95) !important
}

.home-about .btnDiv a:hover {
	background-color: rgba(34,32,30,0.95);
	border-color: rgba(34,32,30,0.95);
	color: #fff !important
}

@media screen and (max-width:1280px) {
	.home-about:before {
		width: 72%;
		width: calc(50% + 320px)
	}

	.home-about .btnDiv {
		padding-right: 60px
	}
}

@media screen and (max-width:1023px) {
	.home-about {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.home-about:before {
		width: 100%
	}

	.home-about .nr {
		width: 100%
	}

	.home-about .title {
		font-size: 18px
	}

	.home-about .info {
		font-size: 14px
	}

	.home-about .btnDiv {
		padding-right: 0;
		text-align: center
	}
}

@media screen and (max-width:640px) {
	.listApplication {
		margin-left: 0;
		margin-right: 0
	}

	/*.listApplication li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}*/
	
	    .home-about .title {
        font-size: 16px;
    }
	.listApplication .pic {
	 	width: 100%;
        height: 230px;
	}

	.listApplication .pic::after {
    content: "上海洲杰金属装饰工程有限公司";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:12px;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.2); /* 半透明白色 */
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* 防止水印干扰点击 */
    z-index: 1;
    white-space: nowrap;
}
	.listApplication .pic img {
		width: 100%;
		height: 100%;
		position: static
	}
}

@media screen and (max-width:480px) {
	.listApplication {
		margin-left: 0;
		margin-right: 0
	}
    .listApplication .pic {
        
        	width: 100%;
            height: 200px;
       
    }
  
  

}






.shuju {
	padding: 70px 0 0 0
}

.shuju .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.shuju .list:after {
	display: none
}

.shuju .list li {
	float: left;
	width:33.333333%;
	padding-bottom: 10px
}

.shuju .list .box {
	display: block
}

.shuju .list .quantity {
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.shuju .list .title {
	font-size: 14px;
	position: relative
}

.shuju .list sup {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 1
}

.shuju .list .num {
	display: inline-block;
	line-height: 60px;
	font-size: 45px
}

@media screen and (max-width:1023px) {
	.shuju {
		padding-top: 30px ;
	}

	.shuju .list .quantity {
		margin-bottom: 10px
	}

	.shuju .list .num {
		line-height: 30px;
		font-size: 24px
	}

	.shuju .list sup {
		font-size: 14px
	}

	.shuju .list .title {
		font-size: 14px
	}
}

.home-news {
	overflow: hidden;
	padding-bottom: 80px
}

.home-news>.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
}

.home-news .home-title {
	text-align: center;
	margin-bottom: 50px
}

.home-news .home-title .title {
	font-size: 30px;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	margin-bottom:0px
}

.home-news .home-title .btnDiv {
	margin-top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-news .col-2 {
/*	padding-top:80px;*/
	width: 50%;
	float: left
}

.home-news .col-2:first-child .list {
	margin-right: 0
}

.home-news .col-2:last-child .list {
	margin-left: 0
}

.home-news .list {
	margin-left: -20px;
	margin-right: -20px
}

.home-news .list li {
	width: 25%;
	float: left;
	padding: 0 20px 30px 20px
}

.home-news .list .box {
	display: block;
	color: #fff;
	position: relative
}

.home-news .list .text {
	padding: 10px 20px 10px 20px;
	background-color:rgb(34,34,34,0.6);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0
}

.home-news .list .title {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.home-news .list .title a {
	color: #fff
}

.home-news .list .pic {
	overflow: hidden;
	position: relative
}

/*.home-news .list .pic:after {
	content: "";
	display: block;
	padding-top: 75%
}
*/
.home-news .list .pic img {
	width: auto;
	height: 100%
}

.home-news .list .shareBtn {
	color: #dbdbdb;
	position: absolute;
	bottom: 0;
	right: 5px
}

.home-news .list .shareBtn .iconfont {
	font-size: 18px
}

.home-news .list img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-news .list .box:hover img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home-news .list .box:hover .btnDiv a,.home-news .list .box:hover .btnDiv span {
	background-color: #fff;
	color: rgba(34,32,30,0.95)
}

@media screen and (max-width:1023px) {
    .latestProduct .title span.mores{
    width: 100px;
    position: relative;
    top: -7px;
    float: right;
    border-bottom: 1px solid #ccc;
}

	.home-news {
	
		padding-bottom: 40px
	}

	.home-news .home-title {
		margin-bottom: 30px
	}

	.home-news .home-title .title {
		font-size: 24px;
		margin-bottom:0px
	}

	.home-news .home-title .btnDiv {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.home-news .home-title .btnDiv a {
		min-width: 120px;
		line-height: 36px;
		font-size: 14px
	}

	.home-news .col-2:first-child {
		padding-right: 5px
	}

	.home-news .col-2:last-child {
		padding-left: 5px
	}

	.home-news .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.home-news .list li {
		width: 50%;
		padding: 0 10px 30px 10px
	}

	.home-news .list .text {
		padding-bottom: 10px;
		position: static;
		background: #fff
	}

	.home-news .list .title {
		font-size: 16px;
		color: #333
	}

	.home-news .list .title a {
		color: #333
	}

	.home-news .list .shareBtn {
		bottom: 20px
	}
}

@media screen and (max-width:630px) {
	.home-news .col-2 {
		width: 100%;
		padding: 0 !important
	}
}

.latestProduct {
	color: #fff;
	padding-bottom:30px;
}

.latestProduct a {
	color: #fff
}

.latestProduct .title {
	color: #454545;
/*	font-weight: 600;*/
	font-size: 44px
}
.latestProduct .title span{
	color:#8796a5;
/*	font-size:20px*/
}



.latestProduct .btnDiv {
	padding-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.primary-btn {
	display: inline-block;
	/*text-align: center;*/
	max-width: 200px;
	line-height: 38px;
    color: #aaa !important;
/*	padding: 0 10px;*/
	border-radius: 40px;
	font-size: 14px;
	
}

.primary-btn:hover {
	
	color: rgba(34,32,30,0.95) !important;
	
}

@media screen and (max-width:1023px) {
	.primary-btn {
		min-width: 150px;
		line-height: 30px;
		border-radius: 32px;
		font-size: 16px
	}
}

.primary-btn-xs {
	display: inline-block;
	text-align: center;
	min-width: 120px;
	line-height: 28px;
	background: rgba(34,32,30,0.95);
	border: 1px rgba(34,32,30,0.95) solid;
	padding: 0 10px;
	border-radius: 30px;
	font-size: 14px;
	color: #fff !important
}

.primary-btn-xs:hover {
	
	color: rgba(34,32,30,0.95) !important;
	
}

.primary-btn-m {
	display: inline-block;
	text-align: center;
	min-width: 180px;
	line-height: 48px;
	background: rgba(34,32,30,0.95);
	border: 1px rgba(34,32,30,0.95) solid;
	padding: 0 20px;
	border-radius: 48px;
	font-size: 24px;
	color: #fff !important
}

.primary-btn-m:hover {
	
	color: rgba(34,32,30,0.95) !important;
	
}

@media screen and (max-width:1023px) {
	.primary-btn-m {
		min-width: 120px;
		line-height: 38px;
		border-radius: 40px;
		font-size: 16px
	}
}

.secondary-btn {
	display: inline-block;
	text-align: right;
	min-width: 200px;
	line-height: 38px;
/*	border: 1px #fff solid;*/
	padding: 0 10px;
	border-radius: 40px;
	font-size: 20px;
	color: #fff !important
}

.secondary-btn:hover {
	
	color: #fff !important;
	
}

.inside {
	background-color: #000
}

.solution {
	background-color: #fff;
	margin:0;
}

.solution .list>li {
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 80px;
	position: relative
}

.solution .list>li .anchor {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -40px;
	left: 0
}

.solution .list>li>.box {
	width:50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background:rgb(34,34,34,0.5);
	padding-right: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 90px;
	min-height: 100%;
	min-height: 424px;
	position: relative
}
.solution .list>li>.boxnew {
	width:50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255,255,255,0.8);
	padding-right: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 90px;
	min-height: 100%;
	min-height: 424px;
	position: relative
}

.solution .list .boxnew .info span,.solution .list .boxnew .titleBig{color:#454545}
.solution .list .boxnew .secondary-btn{display: inline-block;
    text-align: right;
    min-width: 200px;
    line-height: 38px;
   /* border: 1px #454545 solid;*/
    padding: 0 10px;
    border-radius: 40px;
    font-size: 20px;color: #454545!important}

.solution .list .boxnew .secondary-btn:hover{
     color: #454545!important;
}
.solution .list>li:nth-child(2n)>.box {
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 90px;
	padding-right: 90px
}

.solution .list .titleBig {
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	margin-bottom: 20px
}
.solution .list .titleBig img{
    width: 30%;
}
.home-about .logo{
    width: 40%;
}
.solution .list .info {
	margin-bottom: 20px
}

.solution .list .info span {
	display: inline-block;

	color: #fff;
	font-size: 18px;
	line-height: 35px;
	padding: 1px 0px
}

.solution .list .info-2 {
	margin-bottom: 50px
}

.solution .list .btnDiv {
	text-align: right
}

.solution .list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.solution .list-2>li {
	width: 50%;
	margin-bottom: 20px
}

.solution .list-2 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.solution .list-2 .box:hover .title {
	color: rgba(34,32,30,0.95)
}

.solution .list-2 .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative
}

.solution .list-2 .title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 10px;
	font-size: 16px;
	line-height: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
	display: inline-block;
	position: relative
}

@media screen and (max-width:1600px) {
	.solution .list {
		width: 100%;
		margin-left: 0
	}

	.solution .list>li>.box {
		padding-left: 30px;
		padding-right: 30px
	}

	.solution .list>li:nth-child(2n)>.box {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width:1280px) {
	.solution .list .title {
		font-size: 14px
	}
	.footer .logo {
	display: inline-block;
	width: 200px;
	margin-bottom: 20px
}

}

@media screen and (max-width:1023px) {
	.solution .list .titleBig {
		font-size: 24px
	}

	.solution .list .info span {
	    line-height: 25px;
		font-size: 16px;
		padding: 10px 0px
	}

	.solution .list .info-2 {
		margin-bottom: 20px
	}

	.solution .list>li {
		margin-bottom: 30px
	}

	.solution .list>li>.box {
		width: 100%;
		padding: 30px 10px !important;
		min-height: auto
	}

	.solution .list .btnDiv {
		text-align: right
	}

	.solution .list .list-2 .title {
		font-size: 14px
	}
	
	
	
}

@media screen and (max-width:630px) {
	.solution .list-2>li {
		width: 100%
	}
}

.about .titleBig {
	text-align: center;
	font-size: 42px;
	color: #454545;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	/*font-weight: 700*/
}

@media screen and (max-width:1023px) {
	.about .titleBig {
		font-size: 24px
	}
}

.history {
	padding-top:40px;
	overflow: hidden
}

.history .titleBig {
	margin-bottom: 0px
}

.history .menuTabs {
	position: relative
}

.history .menuTabs:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.history .menuTabs .text {
	color: #ababab;
	font-size: 16px;
	position: relative;
	padding-bottom: 40px;
	text-align: center;
	cursor: pointer
}

.history .menuTabs .text .icon {
	border: 1px #ddd solid;
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	overflow: hidden;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	z-index: 2
}

.history .menuTabs .text .icon:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #ddd;
	overflow: hidden;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.history .menuTabs .text:hover {
	color: rgba(34,32,30,0.95)
}

.history .menuTabs .swiper-slide-thumb-active .text {
	color: rgba(34,32,30,0.95)
}

.history .menuTabs .swiper-slide-thumb-active .icon {
	border-color: rgba(34,32,30,0.95)
}

.history .menuTabs .swiper-slide-thumb-active .icon:after {
	background-color: rgba(34,32,30,0.95)
}

.history .conTabs {
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 200px;
	border-bottom: 1px #dedee0 solid;
	margin-bottom: 100px;
	position: relative
}

.history .conTabs .swiper-container {
	overflow: initial
}

.history .conTabs .img {
	position: relative;
	line-height: 0
}

.history .conTabs .img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0))
}

.history .conTabs .text {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 17px 20px;
	z-index: 6
}

.history .conTabs .year {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold
}

.history .conTabs .js {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px
}

.history .conTabs .wenzi {
	font-size: 10px;
	line-height: 1;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
	max-width: 100%
}

.history .conTabs .swiper-slide {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: -1
}

.history .conTabs .swiper-slide-prev {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 0
}

.history .conTabs .swiper-slide-next {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 0
}

.history .conTabs .swiper-slide-active {
	-webkit-transform: scale(2.2);
	transform: scale(2.2);
	z-index: 9
}

.history .conTabs .swiper-button-prev,.history .conTabs .swiper-button-next {
	display: none
}

@media screen and (max-width:1023px) {
	.history {
		padding-top: 40px
	}

	.history .titleBig {
		margin-bottom: 30px
	}

	.history .conTabs {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px
	}

	.history .conTabs .swiper-container {
		overflow: hidden
	}

	.history .conTabs .swiper-slide-prev {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	.history .conTabs .swiper-slide-next {
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: 0
	}

	.history .conTabs .swiper-slide-active {
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: 9
	}

	.history .conTabs .img img {
		width: 100%
	}

	.history .conTabs .text {
		padding: 30px 15px 20px 15px
	}

	.history .conTabs .year {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 5px
	}

	.history .conTabs .js {
		font-size: 20px;
		margin-bottom: 10px
	}

	.history .conTabs .wenzi {
		font-size: 14px
	}

	.history .conTabs .swiper-button-prev {
		left: 0
	}

	.history .conTabs .swiper-button-next {
		right: 0
	}

	.history .conTabs .swiper-button-prev,.history .conTabs .swiper-button-next {
		margin-top: -30px;
		display: block;
		width: 20px;
		height: 40px;
		text-align: center;
		background: rgba(0,97,194,0.8)
	}

	.history .conTabs .swiper-button-prev:after,.history .conTabs .swiper-button-next:after {
		font-size: 20px;
		color: #fff;
		line-height: 40px
	}
}

.business-value {
	padding: 40px 0;
}

.business-value .list li {
	padding-bottom: 100px
}

.business-value .list li:last-child {
	padding-bottom: 0
}

.business-value .list li:nth-child(2n) .box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.business-value .list li:nth-child(2n) .text {
	padding-left: 0;
	padding-right: 50px;
	float: left;
}
.business-value .list  li:nth-child(2n) .pic {

	float: right;
}
.business-value .list .box {
    height:auto;
    overflow: hidden;
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.business-value .list .pic {
	width: 50%;
	float: left
}

.business-value .list .pic img {
	width: 100%
}

.business-value .list .text {
	width: 50%;
	float: left;
/*	padding-top: 20px;*/
	padding-left: 50px
}

.business-value .list .title {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 42px;
	color: rgba(34,32,30,0.95);
	line-height: 1;
	margin-bottom: 10px
}

.business-value .list .title-2 {
	font-size: 24px;
	color: #000046;
	margin-bottom: 10px
}

.business-value .list .info {
	line-height: 2.5;
	font-size: 18px;
	color: #454545;
	margin-bottom: 20px
}

@media screen and (max-width:1280px) {
	.business-value .list .info {
		font-size: 16px
	}
}

@media screen and (max-width:1023px) {
    .business-value {
    padding: 30px 0;
}
	.business-value {
		padding-bottom: 40px
	}

	.business-value .list li {
		padding-bottom: 40px
	}

	.business-value .list .pic {
		width: 100%
	}

	.business-value .list .pic img {
		width: 100%
	}

	.business-value .list .text {
		width: 100%;
		padding: 20px 0 0 0
	}

	.business-value .list .title {
		font-size: 24px
	}

	.business-value .list .title-2 {
		font-size: 20px
	}

	.business-value .list .info {
		font-size: 14px;
		line-height: 2
	}
}

.strengths {
	background-color: #1cb6eb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	color: #fff;
	font-size: 21px;
	padding-top: 80px;
	padding-bottom: 80px
}

.strengths .titleBig {
	color: #fff;
	margin-bottom: 20px
}

.strengths .info {
	text-align: center
}

.strengths .list {
	max-width: 930px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto
}

.strengths .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 10px
}

.strengths .list .box {
	display: block;
	position: relative
}

.strengths .list .pic {
	position: relative
}

.strengths .list .pic:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0))
}

.strengths .list .text {
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom: 10px
}

.strengths .list .title {
	font-size: 18px
}

.strengths .list .quantity {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0
}

.strengths .list .quantity span {
	font-weight: initial;
	font-size: 20px
}

@media screen and (max-width:1280px) {
	.strengths {
		font-size: 16px
	}
}

@media screen and (max-width:1023px) {
	.strengths {
		font-size: 14px;
		line-height: 2
	}

	.strengths .shuju-2 {
		-webkit-overflow-scrolling: touch;
		overflow: auto
	}

	.strengths .list {
		width: 1200px;
		margin-top: 40px
	}

	.strengths .list li {
		display: inline-block
	}
}

@media screen and (max-width:630px) {
	.strengths .list {
		width: 780px;
		margin-left: -5px;
		margin-right: -5px
	}

	.strengths .list li {
		padding: 0 5px
	}

	.strengths .list .title {
		font-size: 16px;
		line-height: 1.5
	}

	.strengths .list .quantity {
		font-size: 24px
	}

	.strengths .list .quantity span {
		font-size: 18px;
		margin-left: 3px
	}
}

.light {
	background-color: #f2f1f1;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px
}

.light .title {
	color: rgba(34,32,30,0.95);
	font-size: 19px;
	margin-bottom: 15px
}

.light .info {
	font-size: 21px;
	color: #000
}

@media screen and (max-width:1280px) {
	.light .info {
		font-size: 16px
	}
}

@media screen and (max-width:1023px) {
	.light {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.light .titleBig {
		margin-bottom: 10px
	}

	.light .title {
		font-size: 18px
	}

	.light .info {
		font-size: 14px;
		line-height: 2
	}
}

.brief {
	background-color: #001c72;
	background: -webkit-gradient(linear, left top, right top, from(#001c72), to(#00085a));
	background: linear-gradient(to right, #001c72, #00085a);
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 100px
}

.brief a {
	color: #fff
}

.brief video {
	max-width: 100%
}

@media screen and (max-width:1280px) {
	.brief {
		font-size: 16px
	}
}

@media screen and (max-width:1023px) {
	.brief {
		font-size: 14px;
		line-height: 2;
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.inside-2 {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden
}

.inside-2>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.inside-2 .left {
	width: 250px;
	float: left
}

.inside-2 .right {
	width: calc(100% - 250px);
	float: left;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 40px
}

.inside-2 .right .shm {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px
}

.inside-2 .right .titleBig {
	color: rgba(34,32,30,0.95);
	font-size: 42px;
	margin-bottom: 20px;
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.inside-2 .features {
	background-color: #004ea2;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
	font-size: 18px;
	line-height: 1.5;
	position: relative
}

.inside-2 .features:after {
	content: "";
	display: block;
	width: 100%;
	width: 100vw;
	height: 100%;
	background-color: #004ea2;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0
}

.inside-2 .features .titleBig {
	color: #fff
}

.inside-2 .features .p-1 {
	font-size: 21px;
	margin-bottom: 20px
}

@media screen and (max-width:1023px) {
	.inside-2 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.inside-2>.container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.inside-2 .left {
		width: 100%
	}

	.inside-2 .right {
		width: 100%;
		padding: 30px 0 0 0
	}

	.inside-2 .right .titleBig {
		font-size: 24px;
		margin-bottom: 10px
	}

	.inside-2 .right .shm {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 30px
	}

	.inside-2 .features {
		font-size: 14px;
		line-height: 1.5;
		padding: 20px 20px
	}

	.inside-2 .features .p-1 {
		font-size: 18px;
		line-height: 1.5
	}
}

.asideNav {
	padding-top: 20px;
	padding-bottom: 60px
}

.asideNav .list li {
	padding-bottom: 30px
}

.asideNav .list li:last-child {
	padding-bottom: 0
}

.asideNav .list .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
	font-size: 17px
}

.asideNav .list .box:hover {
	color: rgba(34,32,30,0.95)
}

.asideNav .list .box:hover .img-1 {
	display: none
}

.asideNav .list .box:hover .img-2 {
	display: block
}

.asideNav .list .icon {
	width: 30px;
	height: 30px;
	display: block;
	position: relative
}

.asideNav .list .img-2 {
	display: none
}

.asideNav .list span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 10px
}

@media screen and (max-width:1023px) {
	.asideNav {
		padding-top: 0;
		padding-bottom: 40px
	}

	.asideNav .list li {
		width: 50%;
		float: left;
		padding-bottom: 20px
	}

	.asideNav .list .box {
		font-size: 14px
	}
}

.xilie .titleBig {
	color: rgba(34,32,30,0.95);
	font-size: 20px;
	border-bottom: 1px rgba(34,32,30,0.95) solid;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.xilie .list {
	font-size: 18px;
	color: #333
}

.xilie .list a {
	display: block;
	color: #333;
	padding: 10px 0
}

.xilie .list .box:hover {
	color: rgba(34,32,30,0.95)
}

@media screen and (max-width:1023px) {
	.xilie .titleBig {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.xilie .list {
		font-size: 14px
	}
}

.listProduct {
	margin-left: -20px;
	margin-right: -20px
}

.listProduct li {
	width: 33.33333333%;
	float: left;
	padding: 0 20px 40px 20px
}

.listProduct .box {
	display: block;
	position: relative
}

.listProduct .pic {
	overflow: hidden;
	background-color: #eaeaea;
	position: relative
}

.listProduct .pic:after {
	content: "";
	display: block;
	padding-top: 100%
}

.listProduct img {
	width: auto;
	height: auto;
	-webkit-transition: all .5s;
	transition: all .5s
}

.listProduct .title {
	color: rgba(34,32,30,0.95);
	width: 100%;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	font-size: 16px;
	padding: 0 20px;
	margin: 10px 0;
	position: absolute;
	bottom: 0;
	left: 0
}

.listProduct .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (max-width:630px) {
	.listProduct li {
		width: 100%;
		max-width: initial
	}

	.listProduct img {
		width: 100%
	}
}

.application {
	padding-bottom: 80px
}

.application .titleBig {
	color: rgba(34,32,30,0.95);
	font-size: 42px;
	margin-bottom: 20px;
	text-align: center;
	margin-bottom: 50px
}

@media screen and (max-width:1023px) {
	.application {
		padding-bottom: 40px
	}

	.application .titleBig {
		font-size: 24px
	}
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	display: none;
	text-align: center;
	overflow: hidden
}

div.zoomMask {
	position: absolute;
	background: url(../images/touming.gif);
	z-index: 1;
	z-index: 9999
}

div.zoomDiv img {
	width: 200%;
	height: 200%;
	max-width: initial;
	max-height: initial
}

.product-show .large {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.product-show .large .box {
	display: block;
	position: relative
}

.product-show .large .box:after {
	content: "";
	display: block;
	padding-top: 100%
}

.product-show .small {
	overflow: hidden;
	margin-top: 10px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.product-show .small li {
	padding: 2px 0
}

.product-show .small .box {
	max-width: 104px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative
}

.product-show .small .box img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.product-show .small .box:after {
	content: "";
	display: block;
	padding-top: 100%
}

.product-show .small .box:hover {
	-webkit-box-shadow: 0 0 0 1px rgba(34,32,30,0.95) inset;
	box-shadow: 0 0 0 1px rgba(34,32,30,0.95) inset;
	border-color: rgba(34,32,30,0.95)
}

.product-show .small .box:hover img {
	-webkit-transform: translate(1.1);
	transform: translate(1.1)
}

.product-show .small .box .playBtn {
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product-show .small .box .playBtn span:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .1rem 0 .1rem .16rem;
	border-color: transparent transparent transparent rgba(34,32,30,0.95);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product-show .small .swiper-slide-thumb-active .box {
	-webkit-box-shadow: 0 0 0 1px rgba(34,32,30,0.95) inset;
	box-shadow: 0 0 0 1px rgba(34,32,30,0.95) inset
}

.product-show .hd {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 60px
}

.product-show .hd .left {
	width: 50%;
	float: left
}

.product-show .hd .right {
	width: 50%;
	padding-top: 80px;
	padding-left: 40px;
	float: right
}

.product-show .hd .title {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	color: #000;
	font-size: 36px;
	line-height: 1.5;
	padding-bottom: 10px;
	position: relative
}

.product-show .hd .des {
	color: #000;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 25px
}

.product-show .hd .btnDiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -20px
}

.product-show .hd .btnDiv a {
	margin-right: 20px
}

@media screen and (max-width:1023px) {
	.product-show .hd {
		padding-bottom: 20px
	}

	.product-show .hd .left {
		width: 100%
	}

	.product-show .hd .right {
		width: 100%;
		padding: 20px 0 0 0
	}

	.product-show .hd .title {
		font-size: 24px
	}

	.product-show .hd .des {
		line-height: 2
	}

	.product-show .hd .btnDiv {
		margin-right: -10px
	}

	.product-show .hd .btnDiv a {
		margin-right: 10px
	}

	.product-show .small .box {
		max-width: 60px;
		margin-left: auto;
		margin-right: auto
	}
}

.video {
	margin-bottom: 50px
}

.video .list {
	margin-left: -25px;
	margin-right: -25px
}

.video .list li {
	width: 50%;
	float: left;
	padding: 0 25px
}

.video .list .box {
	display: block
}

.video .list video {
	width: 100%
}

.video .list .videoClick {
	position: relative
}

.video .list .videoClick img {
	width: 100%
}

.video .list .title {
	background: -webkit-gradient(linear, left top, right top, from(#0f2574), to(rgba(34,32,30,0.95)));
	background: linear-gradient(to right, #0f2574, rgba(34,32,30,0.95));
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px
}

@media screen and (max-width:1023px) {
	.video {
		margin-bottom: 30px
	}

	.video .list {
		margin-left: -5px;
		margin-right: -5px
	}

	.video .list li {
		padding: 0 5px
	}
}

@media screen and (max-width:630px) {
	.video .list li {
		width: 100%;
		padding-bottom: 10px
	}

	.video .list li:last-child {
		padding-bottom: 0
	}

	.video .list img {
		width: 100%
	}

	.video .list .title {
		font-size: 18px;
		line-height: 40px
	}
}

.menuSub {
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 90px;
	text-align: center
}

.menuSub .list {
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 80px;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 1
}

.menuSub .list:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px #656569 solid;
	border-radius: 80px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0
}

.menuSub .list li {
	display: inline-block;
	vertical-align: top;
	min-width: 320px;
	text-align: center;
	position: relative
}

.menuSub .list li .box {
	color: #000;
	font-size: 30px;
	display: block;
	vertical-align: top;
	max-width: 100%;
	padding: 0 .2rem;
	position: relative
}

.menuSub .list li .box .title {
	line-height: 80px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important
}

.menuSub .list li .box:hover {
	background-color: rgba(34,32,30,0.95);
	color: #fff
}

.menuSub .list li .box:hover:after {
	width: 100%
}

.menuSub .list li:last-child:after {
	display: none
}

.menuSub .list li.active a {
	background-color: rgba(34,32,30,0.95);
	color: #fff
}

.menuSub .list li.active a:after {
	width: 100%
}

.menuSub.menuSub-2 {
	margin-top: 0
}

.menuSub.menuSub-2 .list li {
	min-width: 160px
}

.menuSub.menuSub-2 .list li .box {
	font-size: 16px
}

.menuSub.menuSub-2 .list li .title {
	line-height: 60px;
	height: 60px
}

@media screen and (max-width:1023px) {
	.menuSub {
		margin-top: 40px
	}

	.menuSub .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.menuSub .list:after {
		display: none
	}

	.menuSub .list li {
		min-width: 100px
	}

	.menuSub .list li .box {
		font-size: 14px
	}

	.menuSub .list li .box .title {
		height: 40px;
		line-height: 40px
	}
}

.page {
	text-align: center;
	color: #8c8f94;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page .loading {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-animation: loading 1s linear infinite;
	animation: loading 1s linear infinite
}

@media screen and (max-width:1023px) {
	.page {
		font-size: 18px
	}
}

.inside-3 {
	padding-top:50px;
/*	padding-bottom: 50px;*/
	overflow: hidden
}

.inside-3>.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
}

.inside-3 .shm {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	color: rgba(34,32,30,0.95);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto
}

.inside-3 .shm .btnDiv {
	padding-top: 40px
}

.inside-3 .page {
	padding-top: 36px
}

.inside-3 .btnDiv {
	font-size: 0
}

.inside-3 .btnDiv a {
	margin: 0 25px
}

.inside-3 .btnDiv a:first-child {
	margin-left: 0
}

.inside-3 .btnDiv a:last-child {
	margin-right: 0
}

@media screen and (max-width:1023px) {
	.inside-3 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.inside-3 .shm {
		font-size: 20px
	}

	.inside-3 .btnDiv a {
		margin: 0 5px;
		padding: 0 10px
	}

	.inside-3 .page {
		padding-top: 25px
	}
}

.hotNews {
	margin-top: 70px
}

.hotNews .titleBig {
	color: rgba(34,32,30,0.95);
	font-size: 42px;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	margin-bottom: 20px
}

.hotNews .box {
	display: block;
	cursor: pointer;
	font-size: 42px;
	position: relative
}

.hotNews .pic {
	overflow: hidden;
	position: relative
}

.hotNews .pic img {
	position: static;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: auto
}

.hotNews .text {
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0
}

.hotNews .date {
	font-size: 18px;
	opacity: .5
}

.hotNews .title {
	font-size: 30px;
	line-height: 40px;
	max-height: 80px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.hotNews .info {
	font-size: 16px;
	opacity: .5;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.hotNews .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (max-width:1023px) {
	.hotNews {
		margin-top: 40px
	}

	.hotNews .titleBig {
		font-size: 24px
	}

	.hotNews .date {
		font-size: 14px
	}

	.hotNews .title {
		font-size: 20px
	}

	.hotNews .info {
		font-size: 14px
	}
}

@media screen and (max-width:630px) {
	.hotNews .text {
		position: static;
		padding: 10px 20px
	}

	.hotNews .title {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px
	}

	.hotNews .info {
		display: none
	}
}

.newsList {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.newsList:after {
	display: none
}

.newsList li {
	width: 25%;
	float: left;
	padding: 0 20px 40px 20px
}

.newsList .box {
	display: block;
	color: #000;
	padding:;
	border: 1px #e8e9e9 solid;
	min-height: 100%
}

.newsList .pic {
	position: relative
}

/*.newsList .pic:after {
	content: "";
	display: block;
	padding-top: 75%
}*/

.newsList .pic img {
	width: auto;
	height: auto
}

.newsList .text {
	padding: 20px 20px 10px 20px
}

.newsList .title {
    text-align: left;
color: #454545;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 1.5;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
  /*  white-space: nowrap !important;*/
}

.newsList .info {
    text-align: left;
	font-size: 16px;
	opacity: .7;
	margin-bottom: 40px
}

.newsList .box:hover {
	border-color: rgba(34,32,30,0.95)
}

.newsList .box:hover .primary-btn-2 {
	background-color: rgba(34,32,30,0.95);
	color: #fff !important
}

@media screen and (max-width:1023px) {
	.newsList {
		margin-top: 40px;
		margin-left: -5px;
		margin-right: -5px
	}

	.newsList li {
		padding: 0 5px 10px 5px
	}

	.newsList .title {
		font-size: 24px
	}

	.newsList .info {
		font-size: 14px;
		margin-bottom: 0px
	}
}

@media screen and (max-width:630px) {
    .business-value .list li:nth-child(2n) .text {padding-right:0}
	.newsList li {
		width: 50%
	}

	.newsList .pic:after {
		display: none
	}

	.newsList .pic img {
		width: 100%;
		position: static
	}

	.newsList .text {
		padding: 20px 10px
	}

	.newsList .title {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}

	.newsList .info {
		margin-bottom: 0px
	}

	.newsList .date {
		font-size: 12px
	}
}

.application-2 .hot {
	background-color: #006fd3;
	background: -webkit-gradient(linear, left top, right top, from(#00a3f5), to(#012ebd));
	background: linear-gradient(to right, #00a3f5, #012ebd);
	color: #fff;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px
}

.application-2 .hot .col-2 {
	width: 50%;
	float: left
}

.application-2 .hot .col-2:first-child {
	padding-right: 30px
}

.application-2 .hot .col-2:last-child {
	padding-left: 30px
}

.application-2 .hot .title {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 30px;
	border-left: 3px #fff solid;
	line-height: 30px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	position: relative
}

.application-2 .hot .info {
	font-size: 24px;
	color: #fff;
	opacity: .6;
	line-height: 30px;
	margin-bottom: 40px
}

.application-2 .hot .pics .list {
	margin-left: -4px;
	margin-right: -4px
}

.application-2 .hot .pics .list li {
	width: 50%;
	float: left;
	padding: 0 4px
}

.application-2 .hot .pics .list .pic {
	overflow: hidden;
	position: relative
}

.application-2 .hot .pics .list .pic:after {
	content: "";
	display: block;
	padding-top: 66.10169492%
}

.application-2 .hot .pics .list img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.application-2 .hot .pics .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.application-2 .part {
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center top;
	background-size: cover;
	position: relative
}

.application-2 .part .anchor {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -40px;
	left: 0
}

.application-2 .part-2 .titleBig .title {
	color: #fff
}

.application-2 .part-2 .listApplication-2 .title {
	color: #fff
}

.application-2 .titleBig {
	line-height: 1.5;
	color: rgba(34,32,30,0.95);
	margin-bottom: 40px
}

.application-2 .titleBig .title {
	font-size: 56px;
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.application-2 .titleBig .info {
	font-size: 24px
}

.application-2 .nr {
	position: relative
}

.application-2 .swiper-container {
	position: relative
}

.application-2 .listApplication-2 {
	margin-left: 0;
	margin-right: 0
}

.application-2 .swiper-wrapper .div-slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.application-2 .listApplication {
	margin-left: 0;
	margin-right: 0
}

.application-2 .swiper-button-prev,.application-2 .swiper-button-next {
	width: 40px;
	height: 70px;
	background-color: rgba(34,32,30,0.95);
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -20px
}

.application-2 .swiper-button-prev:after,.application-2 .swiper-button-next:after {
	font-size: 24px
}

.application-2 .swiper-button-prev:hover,.application-2 .swiper-button-next:hover {
	background-color: rgba(34,32,30,0.95)
}

.application-2 .swiper-button-prev {
	left: -80px
}

.application-2 .swiper-button-next {
	right: -80px
}

@media screen and (max-width:1440px) {
	.application-2 .swiper-button-prev {
		left: -40px
	}

	.application-2 .swiper-button-next {
		right: -40px
	}
}

@media screen and (max-width:1360px) {
	.application-2 .swiper-button-prev {
		left: -30px
	}

	.application-2 .swiper-button-next {
		right: -30px
	}
}

@media screen and (max-width:1280px) {
	.application-2 .nr {
		padding-left: 40px;
		padding-right: 40px
	}

	.application-2 .swiper-button-prev {
		left: -10px
	}

	.application-2 .swiper-button-next {
		right: -10px
	}
}

@media screen and (max-width:1023px) {
	.application-2 .hot .col-2 {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 30px
	}

	.application-2 .hot .title {
		font-size: 24px;
		padding-left: 10px;
		margin-bottom: 10px
	}

	.application-2 .hot .info {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 20px
	}

	.application-2 .part {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.application-2 .nr {
		padding-left: 20px;
		padding-right: 20px
	}

	.application-2 .titleBig {
		margin-bottom: 30px
	}

	.application-2 .titleBig .title {
		font-size: 24px
	}

	.application-2 .titleBig .info {
		font-size: 14px
	}

	.application-2 .swiper-container {
		padding: 0
	}

	.application-2 .swiper-button-prev,.application-2 .swiper-button-next {
		width: 20px;
		height: 40px
	}

	.application-2 .swiper-button-prev:after,.application-2 .swiper-button-next:after {
		font-size: 16px
	}

	.application-2 .swiper-button-prev {
		left: -10px
	}

	.application-2 .swiper-button-next {
		right: -10px
	}

	.application-2 .div-slide {
		width: 50% !important
	}
}

@media screen and (max-width:640px) {
	.application-2 .div-slide {
		width: 100% !important
	}
}

.privacy .nr {
	margin: 0 auto;
	padding: 60px 50px 60px 50px;
	-webkit-box-shadow: 0 0 80px #eaeaea;
	box-shadow: 0 0 80px #eaeaea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	font-size: 16px;
	line-height: 2
}

.bread {
	background-color: #f7f7f7;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px
}

.bread a,.bread span {
	color: #333;
	margin: 0 15px
}

.bread a:first-child,.bread span:first-child {
	margin-left: 0
}

@media screen and (max-width:1023px) {
	.bread {
		font-size: 14px
	}

	.bread a,.bread span {
		margin: 0 5px
	}

	.bread a:first-child,.bread span:first-child {
		margin-left: 0
	}
}

.inside-4 {
	padding-bottom:100px
}

@media screen and (max-width:1023px) {
	.inside-4 {
		padding-bottom: 40px
	}
}

.news-show {
	font-size: 16px;
	position: relative
}

.news-show .container:after {
	content: "";
	display: block;
	clear: both
}

.news-show .left {
	float: left;
	width: 73.33%
}

.news-show .left .hd {
	margin-bottom: 30px
}

.news-show .right {
	float: right;
	width: 25%;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	left: 0
}

.news-show .rightC {
	position: relative
}

.news-show .title-show {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 30px
}

.news-show .info-show {
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #999;
	margin-bottom: 20px
}

.news-show .info-show .view {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.news-show .info-show .date {
	margin-right: 10px
}

.news-show .info-show .icon {
	width: 20px;
	height: 20px;
	vertical-align: middle
}

.news-show .titleBig {
	line-height: 1;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 24px;
	padding-left: 0;
	margin-bottom: 20px;
	position: relative
}

.news-show .titleBig:before {
	content: "";
	display: block;
	width: 8px;
	height: 24px;
	background-color: rgba(34,32,30,0.95);
	position: absolute;
	top: 0;
	left: -30px
}

.news-show .latest {
	background-color: #fff;
	padding: 30px 30px;
	margin-bottom: 20px
}

.news-show .appRec {
	background-color: #fff;
	padding: 30px 30px;
	margin-bottom: 20px
}

.news-show .latestList .box {
	display: block;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}

.news-show .latestList .box:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: rgba(34,32,30,0.95);
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news-show .latestList .date {
	color: rgba(34,32,30,0.95)
}

.news-show .latestList .title {
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.news-show .latestList .box:hover:after {
	width: 100%
}

.news-show .latestList li:last-child .box {
	margin-bottom: 0
}

.news-show .listAppRec img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news-show .listAppRec .box {
	display: block;
	position: relative
}

.news-show .listAppRec .pic {
	overflow: hidden
}

.news-show .listAppRec .title {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px
}

.news-show .listAppRec .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-show .share {
	background-color: #fff;
	padding: 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.news-show .share a {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #eee;
	text-align: center;
	line-height: 40px;
	margin-right: 10px
}

.news-show .share a .iconfont {
	font-size: 18px
}

.news-show .share a:hover {
	background-color: rgba(34,32,30,0.95);
	color: #fff
}

@media screen and (max-width:1280px) {
	.news-show .titleBig {
		font-size: 16px
	}

	.news-show .titleBig:before {
		top: -5px
	}
}

@media screen and (max-width:1023px) {
	.news-show .left {
		width: 100%;
		padding-bottom: 30px
	}

	.news-show .left .hd {
		margin-bottom: 20px
	}

	.news-show .right {
		width: 100%
	}

	.news-show .title-show {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px
	}
}

.prevNext {
	padding-top: 40px
}

@media screen and (max-width:1023px) {
	.prevNext {
		padding-top: 20px
	}
}

.prev-next-return {
	background-color: #fafafa;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	margin-top: 40px
}

.prev-next-return .container {
	position: relative
}

.prev-next-return .list {
	padding: 30px 160px 30px 0
}

.prev-next-return .bt {
	
		font-family: 'Microsoft Yahei', '微软雅黑';;
	color: #454545;
	min-width: 110px;
	display: inline-block
}

.prev-next-return a {
	display: block;
	overflow: hidden;
	border-radius: 0
}

.prev-next-return em {
	font-style: initial
}

.prev-next-return .prev,.prev-next-return .next {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden
}

.prev-next-return .prev a,.prev-next-return .next a {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	padding: 0 30px
}

.prev-next-return .prev:hover a,.prev-next-return .next:hover a {
	color: rgba(34,32,30,0.95)
}

.prev-next-return .return {
	text-align: center;
	width: 160px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.prev-next-return .return a {
	background-color: rgba(34,32,30,0.95);
	width: 100%;
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

.prev-next-return .return a svg {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	fill: #fff
}

.prev-next-return .return a:hover {
	background: rgba(34,32,30,0.95);
	color: #fff
}

.prev-next-return .return a:hover svg {
	fill: #fff
}

@media screen and (max-width:1023px) {
	.prev-next-return {
		font-size: 14px;
		margin-top: 20px
	}

	.prev-next-return .list {
		padding: 10px 20px;
		margin-bottom: 10px
	}

	.prev-next-return a {
		height: 40px;
		line-height: 40px
	}

	.prev-next-return .prev,.prev-next-return .next {
		width: 100%;
		height: 40px;
		line-height: 40px
	}

	.prev-next-return .prev a,.prev-next-return .next a {
		padding: 0 0
	}

	.prev-next-return .prev .iconfont,.prev-next-return .next .iconfont {
		font-size: 18px
	}

	.prev-next-return .prev .bt,.prev-next-return .next .bt {
		min-width: 80px
	}

	.prev-next-return .return {
		width: 100%;
		height: 40px;
		line-height: 40px;
		position: static
	}

	.prev-next-return .return a {
		height: 40px;
		line-height: 40px
	}

	.prev-next-return .return a svg {
		margin-right: 5px
	}
}

.solution-show {
	font-size: 16px;
	position: relative
}



.solution-show .title-show {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 42px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#59dae4), to(#034faf));
	background: linear-gradient(to right, #59dae4, #034faf);
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px
}

.solution-show .bread {
	margin-bottom: 40px
}

.solution-show .p-1 {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 30px
}

@media screen and (max-width:1023px) {
	.solution-show .title-show {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.solution-show .p-1 {
		font-size: 18px
	}
}

.returnTopBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background: rgba(34,32,30,0.95);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
	color: #fff
}

.returnTopBtn svg {
	color: #fff;
	stroke: #f00 !important
}

.returnTopBtn:hover {
	background: rgba(34,32,30,0.95);
	color: #fff
}

.related {
	padding-top: 60px;
	overflow: hidden
}

.titleRelated {
	font-size: 36px;
	font-weight: 700;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	margin-bottom: 30px
}

@media screen and (max-width:1023px) {
	.titleRelated {
		font-size: 24px
	}
}

.moreBusiness {
	overflow: hidden;
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(34,32,30,0.95);
	color: #fff
}

.moreBusiness a {
	color: #fff
}

.moreBusiness .titleBig {
	font-size: 36px;
	font-weight: 700;
		font-family: 'Microsoft Yahei', '微软雅黑';;
	margin-bottom: 30px
}

.moreBusiness .list {
	margin-left: -20px;
	margin-right: -20px
}

.moreBusiness .list li {
	width: 25%;
	float: left;
	padding: 0 20px 40px 20px
}

.moreBusiness .list .box {
	display: block
}

.moreBusiness .list .pic {
	overflow: hidden;
	position: relative
}

.moreBusiness .list img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.moreBusiness .list .text {
	padding: 20px 0
}

.moreBusiness .list .title {
	font-size: 16px;
	line-height: 30px;
	min-height: 60px;
	margin-bottom: 30px
}

.moreBusiness .list .title-2 {
		font-family: 'Microsoft Yahei', '微软雅黑';
}

.moreBusiness .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (max-width:1023px) {
	.moreBusiness {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.moreBusiness .titleBig {
		font-size: 24px
	}

	.moreBusiness .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.moreBusiness .list li {
		width: 50%;
		padding: 0 10px 20px 10px
	}
}

@media screen and (max-width:630px) {
	.moreBusiness .list {
		margin-left: 0;
		margin-right: 0
	}

	.moreBusiness .list li {
		width: 100%;
		padding: 0 0 10px 0
	}

	.moreBusiness .list li:last-child {
		padding-bottom: 0
	}

	.menuSub .list li {
		width: 33.3333%;
	}

	.menuSub.menuSub-2 .list li {
		width: 50%;
	}

	.menuSub .list li .box {
		font-size: 12px;
	}
}


/**************新增****************/

@media screen and (max-width: 1023px) {
	.banner .pics .swiper-container .info-2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 639px) {
	.banner .pics .swiper-container .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner .pics .swiper-container .info {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 16px;
		display: none!important;
	}

	.banner .pics .swiper-container .info-2 {
		font-size: 16px;
	  /* line-height: 16px; */
		display: block;
		margin-bottom: 10px;
	}

	.primary-btn-m {
		min-width: 120px;
		line-height: 30px;
		border-radius: 40px;
		font-size: 14px;
		padding: 0 10px;
	}

	.home-title .btnDiv a {
		line-height: 30px;
		font-size: 14px;
	}

	.primary-btn {
		min-width: 120px;
		line-height: 30px;
		font-size: 14px;
	}

	.home-news .home-title .btnDiv a {
		line-height: 30px;
		font-size: 14px;
	}


	.latestProduct .title {
		font-size: 24px;
	}

	.latestProduct .info {
		font-size: 16px;
	}

	.about .titleBig {
		font-size: 20px;
	}

	.inside-banner-2 .text-3 .container {
		padding: 0
	}

	.listApplication .info {
	    display: none;
		line-height: 20px;
		height:40px;
	}

	.inside-banner-2 .text-2 .info-1 {
		line-height: 16px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.inside-banner-2 .text-2 .info-2 {
		font-size: 14px;
		margin-bottom: 0px;
	}
}

.exhibition-banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}

.exhibition-banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.exhibition-banner .pc {
	display: block
}

.exhibition-banner .pc img {
	width: 100%
}

.exhibition-banner .mobile {
	display: none
}

.exhibition-banner .mobile img {
	position: static;
	width: 100%
}

.exhibition-banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.exhibition-banner .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0
}

.exhibition-banner .text {
	width: 100%;
	color: #fff;
	padding: 30px 0;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%)
}

.exhibition-banner .title {
	font-size: 48px;
	line-height: 1.5
}

.exhibition-banner .info {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px
}

.exhibition-banner .info-2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 60px
}

.exhibition-banner .btnDiv a {
	min-width: 128px
}

@media screen and (max-width: 1023px) {
	.exhibition-banner .pc {
		display: none
	}

	.exhibition-banner .mobile {
		display: block
	}

	.exhibition-banner .text {
		padding: 0;
		bottom: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 80%
	}

	.exhibition-banner .title {
		font-size: 16px;
		line-height: 1.5
	}

	.exhibition-banner .info {
		font-size: 24px;
		margin-bottom: 10px
	}

	.exhibition-banner .info-2 {
		font-size: 12px;
		margin-bottom: 10px
	}

	.exhibition-banner .btnDiv a {
		min-width: 100px;
		line-height: 32px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.exhibition {
	background: #000;
	color: #fff
}

.exhibition .titleBig {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 60px
}

.exhibition .titleBig .title {
	font-size: 48px;
	font-weight: 700;
	color: rgba(34,32,30,0.95);
	padding-bottom: 20px;
}

.exhibition .titleBig .title span {
	background: linear-gradient(135deg, #0036f9, rgba(34,32,30,0.95));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.exhibition .titleBig .info {
	font-size: 36px;
	color: #fff;
}

.exhibition .list>li {
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 80px;
	position: relative
}

.exhibition .list>li:first-child {
	background-image: url(../images/exhibition/exhibition-bg-1.jpg)
}

.exhibition .list>li:last-child {
	margin-bottom: 0;
	background-image: url(../images/exhibition/exhibition-bg-2.jpg)
}

.exhibition .list>li .anchor {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -40px;
	left: 0
}

.exhibition .list>li>.box {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0,0,0,0.7);
	padding-right: 90px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 90px;
	min-height: 100%;
	min-height: 624px;
	position: relative
}

.exhibition .list>li:nth-child(2n+1)>.box {
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 90px;
	padding-right: 90px
}

.exhibition .list .title {
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	background: linear-gradient(135deg, #0036f9, rgba(34,32,30,0.95));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px
}

.exhibition .list .info {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px
}

.exhibition .list .info-2 {
	margin-bottom: 50px
}

.exhibition .list .btnDiv {
	text-align: left
}

.exhibition .list .btnDiv a {
	min-width: 128px
}

@media screen and (max-width: 1600px) {
	.exhibition .list {
		width: 100%;
		margin-left: 0
	}

	.exhibition .list>li>.box {
		padding-left: 30px;
		padding-right: 30px
	}

	.exhibition .list>li:nth-child(2n)>.box {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width: 1023px) {
	.home-title{margin:40px 0 10px 0;}
	.home-title .title {
   
     margin-bottom:0px;
}
	.exhibition .titleBig {
		margin-bottom: 20px
	}

	.exhibition .titleBig .title {
		font-size: 24px
	}

	.exhibition .titleBig .info {
		font-size: 14px
	}

	.exhibition .list .title {
		font-size: 24px
	}

	.exhibition .list .info {
		margin-bottom: 20px
	}

	.exhibition .list>li {
		margin-bottom: 30px
	}

	.exhibition .list>li>.box {
		width: 100%;
		padding: 30px 10px !important;
		min-height: auto
	}

	.exhibition .list .btnDiv {
		text-align: left
	}

	.exhibition .list .btnDiv a {
		min-width: 100px;
		line-height: 32px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.latestProduct-2 {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 90px
}

.latestProduct-2 a {
	color: #fff
}

.latestProduct-2 .title {
    /* color: rgba(34,32,30,0.95); */
	background: linear-gradient(135deg, #0036f9, rgba(34,32,30,0.95));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 30px
}

.latestProduct-2 .info {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 60px
}

.latestProduct-2 .btnDiv {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.latestProduct-2 .btnDiv a {
	min-width: 128px
}

@media screen and (max-width: 1023px) {
	.latestProduct-2 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.latestProduct-2 .title {
		font-size: 24px
	}

	.latestProduct-2 .info {
		font-size: 14px;
		margin-bottom: 30px
	}

	.latestProduct-2 .btnDiv {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.latestProduct-2 .btnDiv a {
		min-width: 100px;
		line-height: 32px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.exhibition-jieshao {
    /* background: #f4f4f4; */
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px
}

.exhibition-jieshao .title {
		font-family: 'Microsoft Yahei', '微软雅黑';;
	font-size: 42px;
	color: rgba(34,32,30,0.95);
	line-height: 1;
	margin-bottom: 30px;
}

.exhibition-jieshao .info {
	font-size: 24px;
	color: #000046;
	line-height: 28px;
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.exhibition-jieshao .info-2 {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	text-align: center;
	max-width: 1200px;
	font-weight: 100;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px
}

@media screen and (max-width: 1023px) {
	.exhibition-jieshao {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.exhibition-jieshao .title {
		font-size: 24px
	}

	.exhibition-jieshao .info {
		font-size: 18px;
		margin-bottom: 0
	}

	.exhibition-jieshao .info-2 {
		font-size: 14px;
		margin-bottom: 30px
	}
}

.seotit {
	display: none;
}

.banner img {
	width: auto;
	height: auto;
}




/*列表通用翻页*/

.listpage{clear:both; text-align:center;margin:20px}



.LaoCMS-page a{height:25px; margin-left:6px; padding:0 8px; border:1px solid #d3d3d3; border-radius:5px; text-align:center; color:#767676; display:inline-block; line-height:25px;}

.LaoCMS-page a:hover{border-color:rgba(34,32,30,0.95); background:rgba(34,32,30,0.95); color:#fff; }

.LaoCMS-page span{height:25px; margin-left:6px; padding:0 8px; border:1px solid rgba(34,32,30,0.95); border-radius:5px; color:#fff; line-height:25px; background:rgba(34,32,30,0.95); text-align:center; display:inline-block;}